|
8dff02ca42
|
Merge branch 'convert_pastebinner_to_rails_app' into 'master'
Convert pastebinner to rails app
See merge request bpmcdevitt/pastebinner!1
|
2022-01-27 03:41:44 +00:00 |
|
|
ff9b7a5327
|
Convert pastebinner to rails app
|
2022-01-27 03:41:43 +00:00 |
|
|
a3420ad902
|
Added some more documentation stuff
|
2020-02-05 00:05:41 -06:00 |
|
|
7f2c4c1526
|
moved the constants to the top
|
2020-02-04 23:45:07 -06:00 |
|
|
bb84940a7a
|
slowly updating documentation with rdoc stuff so we can generate yard server
|
2020-01-02 01:19:10 -06:00 |
|
|
606efdf3b2
|
more rdoc stuff
|
2019-11-13 02:06:08 -06:00 |
|
|
16cd733991
|
removed bundler from dependencies and removed rails from dependencies and made only rest-client the runtime dependency
|
2019-11-13 01:06:12 -06:00 |
|
|
93935f1a5a
|
working on rdoc support with yard
|
2019-11-13 00:53:41 -06:00 |
|
|
2713a9cc9c
|
removed trending option from optionparser
|
2019-10-30 03:02:52 -05:00 |
|
|
b16649bdb5
|
removed uneeded config options
|
2019-10-29 21:33:06 -05:00 |
|
|
30e014a2f5
|
converting to standalone gem for basic interaction with pastebin api and cmdline client
|
2019-10-29 21:01:03 -05:00 |
|
|
71a490b7fd
|
added a lttle bit more concise of an update to the docker part of tje readme
|
2019-04-06 02:09:13 -05:00 |
|
|
3ed388bd6d
|
updated readme to include making a .env to run dockerfile
|
2019-04-06 01:51:59 -05:00 |
|
|
70b4342abc
|
removed those env vars in the docker file. they can be specified in an environment file in the docker run process instead. i will detail how to do that in the readme file
|
2019-04-06 01:03:20 -05:00 |
|
|
c4199d052b
|
added to gitignore and added the required environment vars in dockerfile
|
2019-04-06 00:59:19 -05:00 |
|
|
9a1b1121d8
|
added a config file example in the examples directory
|
2019-04-06 00:20:01 -05:00 |
|
|
b38a3842b7
|
configuration example complete
|
2019-04-06 00:03:01 -05:00 |
|
|
67bc00bb1d
|
trying to add in support for configure block. launching console giving me bug with pb object
|
2019-03-29 01:00:11 -05:00 |
|
|
332efbe9cb
|
working on a Docker version
|
2019-03-28 23:12:15 -05:00 |
|
booboy
|
894879792d
|
Merge branch 'master' of https://git.mcdevitt.tech/bpmcdevitt/pastebinner
|
2019-03-20 00:14:12 -05:00 |
|
booboy
|
fe6cce2fc4
|
added a create_mapping method that does not work and a create_mappings.json. i think its the json but ill keep messing with it.
|
2019-03-20 00:13:37 -05:00 |
|
booboy
|
3ec18f5851
|
added a method to toggle restclient log to stdout in console
|
2019-03-19 02:14:03 -05:00 |
|
booboy
|
238d770d5e
|
this is now namedspaced correctly. at least much better than it was before this
|
2019-02-07 01:10:20 -06:00 |
|
booboy
|
f8d790e6df
|
making a sidekiq helper and started on a method to read data from raw json file to ship to es
|
2019-02-06 01:25:35 -06:00 |
|
booboy
|
9b0e11bcd9
|
moved examples and added an example of sinatra running sidekiq to view the paste jobs easier in a web ui without needing all of rails
|
2019-02-06 00:21:56 -06:00 |
|
booboy
|
c80bd01875
|
forgot to change file path
|
2019-02-05 01:03:08 -06:00 |
|
booboy
|
697b0e7679
|
moved around files for better organization
|
2019-02-05 00:46:13 -06:00 |
|
booboy
|
6c0b401d23
|
added the type of config block i want to have. not ready but setup a skeleton to use with it
|
2019-02-05 00:30:50 -06:00 |
|
booboy
|
c3fe3a2bb7
|
added sidekiq and redis to gemspec
|
2019-02-04 23:13:50 -06:00 |
|
booboy
|
0415c64960
|
made a paste_max limit option so you can query how many pastes you want
|
2019-02-04 22:45:26 -06:00 |
|
booboy
|
8d781e2499
|
made a job to scrape pastes and send to es, i got a rate limit error from pastebin so i need to slow down the calls i think, its 501 calls to the, raw metadata file, raw data file, and scrape index
|
2019-02-04 03:49:06 -06:00 |
|
booboy
|
7d0f304d43
|
made it into a difference method instead.
|
2019-02-04 01:48:50 -06:00 |
|
booboy
|
9916bb5c9d
|
made method to grab differences in keys arrays
|
2019-02-04 01:43:15 -06:00 |
|
booboy
|
07e5c4ac03
|
added 250 as a value to the scrape public paste so we can get more pastes
|
2019-02-03 03:18:03 -06:00 |
|
booboy
|
32fd073bf7
|
removed old comments
|
2019-02-03 03:08:04 -06:00 |
|
booboy
|
dc5ca66549
|
yaml safe load way to go
|
2019-02-03 03:03:33 -06:00 |
|
booboy
|
e104b0b015
|
good additions, got nested object working by loading paste_metadata as an array of hash instead of a string
|
2019-02-03 02:09:51 -06:00 |
|
booboy
|
e43e63b98a
|
im bad with markdown, fixed formatting
|
2019-02-02 04:57:28 -06:00 |
|
booboy
|
2ba1bde3b4
|
typo
|
2019-02-02 04:55:46 -06:00 |
|
booboy
|
dacfc616c4
|
updated readme
|
2019-02-02 04:54:26 -06:00 |
|
booboy
|
1b6759952e
|
quick typo
|
2019-02-02 04:35:15 -06:00 |
|
booboy
|
79a139a0fc
|
added examples of how you can automate downloading pastes with the command line binary and some systemd service/timer file pairs
|
2019-02-02 04:28:04 -06:00 |
|
booboy
|
fafd8268c0
|
added the ability to download either raw pastes or the full metadata + pastetext in one json document
|
2019-02-02 04:17:17 -06:00 |
|
booboy
|
e580c572f7
|
removed old mapping from pastebinner and also adjusted download to include metadata and fulltext of paste in the json
|
2019-02-02 03:52:56 -06:00 |
|
booboy
|
bf64a2f60e
|
added method to es helper to delete index and get mappings
|
2019-02-02 03:41:39 -06:00 |
|
booboy
|
6f715c3f86
|
this mapping has to be right now please
|
2019-02-02 02:44:59 -06:00 |
|
booboy
|
7db91e6053
|
pretty sure this mapping is going to work
|
2019-02-02 02:25:50 -06:00 |
|
booboy
|
4a2f27d5f6
|
was getting errors for previous mapping when trying to auto increment index with post requests, hopefully this fixes that.
|
2019-02-02 00:37:05 -06:00 |
|
booboy
|
ee93b17576
|
made a mapping that worked and some more stuff to the elastic search helper
|
2019-02-01 23:49:35 -06:00 |
|
booboy
|
2a39616379
|
added methods to update mappings
|
2019-02-01 22:44:41 -06:00 |
|