44cdb73cc4
Merge pull request #109 from TakeMeNL/feature/105
...
#105 Change default api page size to 1000
2019-01-07 11:09:28 +01:00
20a86f0e98
Merge branch 'master' into feature/105
2019-01-07 10:47:15 +01:00
1f9ea8db53
Merge branch 'bdlamprecht-master'
2019-01-07 10:44:20 +01:00
db7daee86e
formatted
2019-01-07 10:43:41 +01:00
0bae952410
Documenting reporting usage in README.md
...
Updated `README.md` on how to use the reporting feature of NetBox within this container.
2019-01-02 17:12:46 -07:00
34cd2cc577
Renamed devices.py
to devices.py.example
to set the example report to be disabled by default
2019-01-02 16:45:02 +00:00
e55580e3ae
#105 Change default api page size to 1000
2018-12-27 22:12:17 +01:00
aab28d03ba
Changing 'reports' from a volume to a mapped directory
...
This will allow eaiser interaction with the report functionality of the 'netbox' container.
2018-12-19 16:26:24 -07:00
eb09bf5364
Merge pull request #106 from ninech/ignore_missing_initializers
...
Ignore missing initializers
2018-12-19 17:03:56 +01:00
e46a7d2f7f
Ignore missing initializers
...
Previously, the startup_scripts would fail if an initializer file was
not present. Now they just ignore missing files.
2018-12-19 14:25:58 +01:00
03eb153da4
Mention the #netbox-docker Slack channel
2018-11-12 21:54:14 +01:00
7675e8fc03
Update Breaking Changes list
2018-10-31 14:37:07 +01:00
d92f991cbe
Bump VERSION file
0.6.0
2018-10-31 05:30:43 -07:00
c16f72a2ac
Merge pull request #104 from ninech/add-more-seeds
...
Add seed/initialization scripts for additional resources
2018-10-31 13:27:54 +01:00
2fe139cb3c
Reorder device types data
2018-10-31 10:58:42 +01:00
aa68548f41
Add Plaform seeds
2018-10-30 14:22:04 +01:00
a10cd805ae
Prefix output messages with appropriate emoji
2018-10-30 10:51:43 +01:00
8b8620864c
Replace trademarked names with generic ones
2018-10-30 10:11:05 +01:00
d145e9c719
Comply to README style
2018-10-30 10:07:33 +01:00
a120a95184
Fix initializers
2018-10-16 13:26:23 +02:00
97477556e0
Increase order prefix to 3 digits
2018-10-16 13:26:13 +02:00
7e6edd1bf5
Merge branch 'master' into add-more-seeds
2018-10-16 11:32:41 +02:00
b53e886f8f
Handle all associations
2018-10-16 11:05:28 +02:00
63062a2634
Bump VERSION file
0.5.1
2018-10-16 00:38:22 -07:00
2b628b9826
Merge pull request #103 from ninech/permissions
...
Add permissions to user/group initializers
2018-10-16 09:37:41 +02:00
6cc4c67387
Remove default pop value
2018-10-16 09:12:43 +02:00
ab0ce20971
Update README
2018-10-15 15:15:56 +02:00
90ae5cf01d
Add device seeds
2018-10-15 15:15:41 +02:00
ebb7779b5f
Add device role seeds
2018-10-15 15:15:23 +02:00
60f7de1898
Add rack seeds
2018-10-15 15:15:09 +02:00
89fddbe0ab
Add rack role seeds
2018-10-15 15:14:42 +02:00
a2b08a6ca5
Add device type seeds
2018-10-15 15:14:27 +02:00
86675278ab
Add manufacturer seeds
2018-10-15 15:14:11 +02:00
791027f77b
Add site seeds
2018-10-15 15:13:51 +02:00
819f325bd5
Add region seeds
2018-10-15 15:13:26 +02:00
4053a714f8
Add permissions to user/group initializers
...
Thank you @bdlamprecht for researching how to add permissions to
users and groups in #92 .
Fixes #92
2018-10-13 17:44:01 +02:00
f1ebd4d246
Merge pull request #101 from ninech/cimnine-ntc-slack
...
Mention new Network-To-Code #netbox-docker Slack channel
2018-09-27 09:58:52 +02:00
68e6a62df1
Update README.md
2018-09-27 09:44:14 +02:00
81f8c7386d
✏️ Listed one more breaking change
2018-09-14 10:36:09 +02:00
ec1a253bde
Bump VERSION file
0.5.0
2018-09-14 01:34:06 -07:00
bd1c58c91e
✏️ Mention update to Alpine 3.8
2018-09-14 10:21:26 +02:00
05070b3f9f
Merge pull request #99 from ScanPlusGmbH/update-alpine
...
Update Alpine
2018-09-14 10:19:08 +02:00
ab72ba10c2
Update Alpine
...
This updates to the newest stable version (Alpine 3.8)
2018-09-14 09:43:09 +02:00
4c6ba58ef5
Merge pull request #98 from ninech/issues_96
...
🐞 REDIS_PORT should be int
2018-09-14 09:31:04 +02:00
6d74443f21
🐞 REDIS_PORT should be int
...
Closes #96
2018-09-14 08:50:13 +02:00
61414b7be7
Merge branch 'bdlamprecht-moving_env_files'
2018-09-14 08:49:27 +02:00
d8285b05f2
Moving env files into separate directory for better organization
2018-09-05 15:37:28 -06:00
968bb9f10f
✨ Prevent Github API Rate Limits
...
When building netbox-docker on Travis, it happened too often that the
build failed because of Github's API rate limits. These apply for all
requests, but if the request is unauthenticated they are applied by IP.
This is bad for netbox-docker, as we build on Travis where the build-
workers are shared with the rest of the world.
This commit adds the possibility to define OAuth credentials as
documented at [1]. Hopefully this leads to more reliable releases of
netbox-docker images.
[1] https://developer.github.com/v3/#increasing-the-unauthenticated-rate-limit-for-oauth-applications
2018-08-28 09:21:08 -07:00
aafa6483dc
fix wrong version increment
0.4.0
2018-08-16 08:19:49 -07:00
38ea286111
Bump VERSION file
2018-08-16 17:17:37 +02:00