Filip Barl
ceacc27503
Merge pull request #2174 from weaveworks/2165-contrast
...
Split stylesheets to fix contrast bug
2017-02-01 12:07:35 +01:00
David Kaltschmidt
4121da1c06
Added Internet button to debug toolbar
2017-01-31 16:57:49 +01:00
David Kaltschmidt
f86dd128e0
Hotfix for URL issue
...
Pertains to #2154
2017-01-30 13:05:28 +01:00
Mike Lang
02a2dd9d7a
Fix ownership issues with client/build-external
...
When the directory is created during the build process, it is as root.
This prevents us deleting root-owned files inside the directory during make clean.
In client/build/, we get around this because the directory contains a tracked file,
so it's created during git checkout.
We make this the case for build-external by adding a hidden, empty file to track.
This won't fix existing checkouts though, so we also add a fix-up step to make clean.
The use of .gitignore as the empty file to track is taken from
https://git.wiki.kernel.org/index.php/GitFaq#Can_I_add_empty_directories.3F
Specifically:
"If you really need a directory to exist in checkouts you should create a file in it.
.gitignore works well for this purpose"
2017-01-27 14:57:02 -08:00
jpellizzari
3f6e68230c
Split stylesheets to fix contrast bug
2017-01-27 12:08:01 -08:00
jpellizzari
5e461cd3ba
Fix for URLs in contrast mode
2017-01-27 08:13:17 -08:00
jpellizzari
74ab685343
Added iframe and standalone logic to web-api-utils
2017-01-26 13:54:37 -08:00
jpellizzari
7fb3ad3a96
Added npm module scripts to CI
2017-01-26 13:54:37 -08:00
jpellizzari
33844ca650
npm scripts change
2017-01-24 17:41:41 -08:00
jpellizzari
b3f3dc180e
Makefile changes
2017-01-24 17:21:31 -08:00
jpellizzari
a0b1aa12c0
Changed client build-pkg directory
2017-01-24 16:15:02 -08:00
jpellizzari
9acca772a9
Added npm module scripts to CI
2017-01-24 13:36:39 -08:00
jpellizzari
a6412f12b2
Scoped CSS classes inside .scope-app class
2017-01-24 11:33:20 -08:00
jpellizzari
0bf7fa49dd
Exported wsUrl constant from web-api-utils for the terminal component
2017-01-24 11:25:03 -08:00
jpellizzari
59ed9b8f3f
Added S3 release script
2017-01-24 11:25:03 -08:00
jpellizzari
c1303e181e
Added ActionTypes and styles exports
2017-01-24 11:25:03 -08:00
jpellizzari
0575e85ca1
Changed API URLs when running as dependency
2017-01-24 11:25:02 -08:00
jpellizzari
d5d853ebba
Added package installation scripts
2017-01-24 11:25:02 -08:00
jpellizzari
bfefa0902b
Added exports and install script
2017-01-24 11:25:02 -08:00
jpellizzari
50b84fed64
Converted node-details table style to sass
2017-01-24 08:23:41 -08:00
jpellizzari
df85fa577b
Locked sass deps; fixed .matched-text fade function
2017-01-20 10:06:04 -08:00
jpellizzari
1efbb933d0
Changed font-awesome imports to use Sass
2017-01-20 10:06:04 -08:00
jpellizzari
9675cd2551
Converted stylesheets to Sass
2017-01-20 10:06:04 -08:00
Filip Barl
1ef64cf17c
Addressed David's comments
2017-01-20 12:52:03 +01:00
Filip Barl
26fc2eed58
Fixed row focusing for the bottom of a scrollable table
2017-01-20 12:36:27 +01:00
Filip Barl
687fb3a201
Maintain focus on hovered node table rows
...
More sophisticated row focusing
Keeping deleted focused nodes in the table
Fixed focus debouncing
2017-01-20 12:36:27 +01:00
jpellizzari
9a28ab425f
Fixed contrast page import statement
2017-01-19 10:33:31 -08:00
Alfonso Acosta
43adb03565
Merge pull request #2068 from kinvolk/iaguis/fix-lint
...
Fix linter errors
2017-01-18 12:23:27 +01:00
Iago López Galeiras
43d9f38c5e
Fix various linter issues
...
Found via shellcheck.
2017-01-18 11:51:41 +01:00
Filip Barl
d3466b5454
Refactored the table component/model and wrote the tests
...
Backward-compatibility fix
2017-01-16 17:05:36 +01:00
Filip Barl
6888108b83
Made the searching of generic tables work on the UI
...
Extracted table headers common code on the frontend
Fixed the search matching and extracted further common code in the UI
2017-01-16 12:22:10 +01:00
Filip Barl
e475a09ee6
Rendering sortable generic tables in the UI
...
Rendering generic table columns
Made Type a required attribute for TableTemplate
Made generic table sortable on the UI
2017-01-16 12:22:10 +01:00
Filip Barl
31be525bd2
Created generic table model on backend
...
Replaced MetadataRow with generic Row in Table model
Sending through multicolumn tables from the backend
2017-01-16 12:22:10 +01:00
jpellizzari
71485db4df
Removed leading slash from getAllNodes() api request
2017-01-11 14:20:18 -08:00
jpellizzari
62448ee7cb
Added debugging/troubleshooting menu; Moved troubleshooting icons
2017-01-05 13:46:51 -08:00
jpellizzari
edf94a4da8
Added control to reset local view state
2017-01-05 13:36:55 -08:00
Simon Howe
9f9148ac24
Prioritize ecs topologies on initial load if available
...
Global topo order priority:
- Check url for topoid
- Check localStorage for topoid
- Check topo-utils.js for what to show first!
2016-12-22 10:08:06 +01:00
jpellizzari
b7002610ea
Fixed linting error
2016-12-20 08:12:06 -08:00
Jordan Pellizzari
32bb7c37aa
Merge pull request #2087 from weaveworks/1982-control-indicator
...
Add control status icon to Terminal header
2016-12-20 07:39:30 -08:00
Filip Barl
e345f42b18
Moved font-awesome-webpack to devDependencies.
2016-12-15 15:04:53 +01:00
Filip Barl
26b3e9efc9
Reapplied all the eslint upgrade changes
2016-12-15 15:04:53 +01:00
jpellizzari
2b83ebd74c
Added control status icon to Terminal header
2016-12-13 10:04:05 -08:00
jpellizzari
850e675273
Fixed sparkline crashing on stopped nodes
2016-12-09 11:19:38 -08:00
jpellizzari
70960cc67a
Fixed client linting errors
2016-12-09 10:11:58 -08:00
Jordan Pellizzari
b5a720e17c
Merge pull request #2076 from weaveworks/2075-client-linting
...
Add client linting to CI config
2016-12-09 08:04:01 -08:00
Filip Barl
4142474e46
Added babel-plugin-lodash library for automatic cherry-picking of the Lodash modules
2016-12-09 14:07:22 +01:00
fbarl
524e2e2e9a
Importing lodash util functions explicitly.
2016-12-09 14:03:31 +01:00
Jordan Pellizzari
856a5a0388
Merge pull request #2071 from weaveworks/2056-graph-table-buttons
...
Fix grid-mode-selector styling
2016-12-08 14:47:10 -08:00
jpellizzari
7fba78c7b3
Liniting fixes
2016-12-08 11:08:48 -08:00
David Kaltschmidt
5687054126
Allow relative paths for assets in local webpack config
2016-12-08 16:30:07 +01:00